@charset "utf-8";

/* by Sean Lu 20171121 */
/*reset*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

body {
	font-family: microsoft yahei, Helvetica, STHeiti, Droid Sans Fallback;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
	overflow-x: hidden;
}

textarea {
	resize: none;
}

iframe,
img {
	border: 0;
}

ul,
ol {
	list-style: none;
}

input,
select,
textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}

/* input { -webkit-appearance: none; } */
a {
	text-decoration: none;
}

/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
	width: 6px;
	height: 12px
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #FFF
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #8E8E8E;
	border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

/* 拖选文字样式 20160628 */
::selection {
	background: #c60d0d;
	color: #fff;
}

::-moz-selection {
	background: #c60d0d;
	color: #fff;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.sousuo {}

.sousuo .guanjianci {
	display: block;
	width: 10px;
	height: 30px;
	line-height: 30px;
	background: url(../images/sousuoicon.png) no-repeat 90% center;
	border: 1px solid #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 0 20px;
	border-radius: 20px;
	cursor: pointer;
}

.sousuo .guanjianci:focus {
	background-color: #f1f1f1;
	width: 120px;
}

.tebiedegao {
	height: auto !important;
}

.lihaisilene .filters li a {
	font-weight: bold;
}


.inbanner {
	height: 260px;
	margin-top: 150px;
	width: 100%;
	display: table;
	background: url(../images/inbanner01.jpg) no-repeat center -350px;
	background-size: cover;
	background-attachment: fixed;
}

.inbanner .title {
	padding-bottom: 32.5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.inbanner .title .cn {
	font-weight: bold;
	font-size: 50px;
	line-height: 80px;
}

.inbanner .title .en {
	font-size: 14px;
	line-height: 24px;
}

.inpage {}

.innav {
	height: auto;
}

.innav .wrapper {
	position: relative;
}

.innav_box {
	height: auto;
	background: #fff;
	overflow: hidden;
}

.fixednavbar.fnon {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.innav_box ul {
	display: table;
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.innav_box li {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	background: #fff;
}

.innav_box li a {
	display: block;
	height: 100%;
	line-height: 24px;
	padding: 20.5px 10px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #666;
}

.innav_box li:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #c60d0d;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.innav_box li:hover:after,
.innav_box li.on:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.innav_box li:hover a,
.innav_box li.on a {
	color: #c60d0d;
}

.inmain {
	margin-bottom: 50px;
}

.inmain p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.inmain img {
	max-width: 100%;
}

.intitle {
	text-align: center;
	margin: 40px 0;
}

.intitle h1 {
	display: inline-block;
	color: #c60d0d;
	border-bottom: 3px solid #c60d0d;
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 0;
}

.intitle .classintro {
	display: block;
	font-size: 16px;
	margin: 20px 0;
	margin: 0 auto;
	width: 1200px;
	text-indent: 2em;
	text-align: left;
	margin-top: 20px;
}

.inname {
	text-align: center;
	margin: 40px 0;
}

.inname h1 {
	display: inline-block;
	color: #c60d0d;
	font-size: 30px;
	line-height: 40px;
	padding: 0 20px;
	margin-bottom: 0;
}

.inname .info {
	line-height: 30px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.inname .info span {
	margin: 0 10px;
}


.aboutbox01 {
	overflow: hidden;
	background: #f9f9f9;
	padding: 30px 0;
}

.aboutbox01 .item {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.aboutbox01 .item img {
	display: block;
	width: 30%;
	margin: 0 auto;
}


.caselist {
	overflow: hidden;
}

.caselist li {
	width: 23%;
	float: left;
	margin: 0 1% 20px;
}

.caselist li a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.caselist li a:hover {
	color: #c60d0d;
}

.caselist li .nam {
	line-height: 40px;
}

.newsbackline {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	margin: 30px 0 50px;
}

.newsbackline ul {
	width: 100%;
}

.newsbackline ul li {
	width: 33.333333%;
	float: left;
	text-align: center;
	display: block;
	height: 33px;
}

.newsbackline ul li a {
	display: inline-block;
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-decoration: none;
	color: #666;
	font-size: 12px;
}

.newsbackline ul li a:hover {
	border-color: #c60d0d;
	color: #c60d0d;
}

.newsbackline ul li.prev {
	text-align: left;
}

.newsbackline ul li.prev a {
	text-align: center;
}

.newsbackline ul li.next {
	text-align: right;
}

.newsbackline ul li.next a {
	text-align: center;
}


.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	font-family: microsoft yahei;
	color: #666;
	resize: none;
	width: 100%;
	height: 160px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.messagetarea:focus {
	color: #333;
	border: 1px solid #3498db;
	outline: none;
	box-shadow: 0 0 5px #3498db;
	background: #fff;
}

.messageinput {
	width: 30%;
	padding: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	font-family: microsoft yahei;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
	box-sizing: content-box;
}

.messageinput:focus {
	color: #333;
	border: 1px solid #3498db;
	outline: none;
	box-shadow: 0 0 5px #3498db;
	background: #fff;
}

.messagebtn {
	width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #b8c5ce;
	color: #2d3e50;
	border-radius: 4px;
	font-family: microsoft yahei;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}

.messagebtn.btnons {
	width: 500px;
	color: #fff;
	background: #0061bf;
	border-radius: 4px;
	border: 0;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
}

.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.newslist {}

.newslist li {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.newslist li .img {
	float: left;
	width: 20%;
	margin-right: 20px;
	border: 1px solid #dedede;
	padding: 2px;
}

.newslist li .img img {
	display: block;
}

.newslist li .nam {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.newslist li .nam a {
	font-size: 20px;
	color: #c60d0d;
}

.newslist li .nam a:hover {
	text-decoration: underline;
}

.newslist li .txt {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.prolist {
	overflow: hidden;
	text-align: center;
}

.prolist .item {
	display: inline-block;
	width: 23%;
	margin: 0 0.5% 20px;
	float: left;
}

.prolist .item a {
	display: block;
	border: 1px solid #dedede;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.prolist .item a:hover {
	background: #c60d0d;
	color: #fff;
}

.prolist .item .img {
	overflow: hidden;
}

.prolist .item .img img {
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.prolist .item a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.prolist .item .nam {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}




@media (max-width: 1200px) {

	.wrapper {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

}

@media (max-width: 720px) {
	.lihaisilene {
		display: none;
	}

	.caselist li {
		width: 48%;
		margin-bottom: 10px;
	}


	.inbanner {
		height: 160px;
		margin-top: 80px;
		background-position: 0 0;
	}

	.inbanner .title {
		padding-bottom: 22.5px;
	}

	.inbanner .title .cn {
		font-size: 30px;
		line-height: 40px;
	}

	.inbanner .title .en {
		font-size: 12px;
	}

	.innav {
		height: auto;
	}

	.innav_box {
		height: 45px;
	}

	.innav_box li a {
		font-size: 14px;
		padding: 10.5px 0;
	}

	.intitle {
		margin: 20px 0;
	}

	.intitle h1 {
		font-size: 24px;
		line-height: 40px;
	}

	.prolist .item {
		width: 48%;
		margin-bottom: 10px;
	}


	.messagebtn {
		width: 100%;
	}

	.messageinput {
		width: 90%;
	}

	.messagebtn.btnons {
		width: 100%;
		margin-bottom: 10px;
	}

	.newslist {
		margin: 0 10px;
	}

	.newslist li .img {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.proinnav {
		height: auto;
		
	}

	.pronav li {
		width: 25%;
		float: left;
		font-size: 10px;
	}
}